* restore it. The signal emission takes care of calling cairo_save()
* before and cairo_restore() after invoking the handler.
*
+ * Returns: %TRUE to stop other handlers from being invoked for the event.
+ % %FALSE to propagate the event further.
+ *
* Since: 3.0
*/
widget_signals[DRAW] =
* GtkWidget::mnemonic-activate:
* @widget: the object which received the signal.
* @arg1:
+ *
+ * Returns: %TRUE to stop other handlers from being invoked for the event.
+ * %FALSE to propagate the event further.
*/
widget_signals[MNEMONIC_ACTIVATE] =
g_signal_new (I_("mnemonic-activate"),
* GtkWidget::show-help:
* @widget: the object which received the signal.
* @help_type:
+ *
+ * Returns: %TRUE to stop other handlers from being invoked for the event.
+ * %FALSE to propagate the event further.
*/
widget_signals[SHOW_HELP] =
g_signal_new (I_("show-help"),